home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / pericia.swf / scripts / frame_13 / PlaceObject2_152_153 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2005-01-17  |  177b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.mouse))
  3.    {
  4.       _root.mouse.gotoAndPlay("go");
  5.       _root.time.no1.stop();
  6.       _root.gotoAndStop("off3");
  7.    }
  8. }
  9.